home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1263 / readme.doc < prev    next >
Text File  |  1997-04-18  |  6KB  |  127 lines

  1.  
  2.  
  3.  
  4.  
  5.          README.DOC                                          August 1996
  6.  
  7.          Welcome to FXT - the FORTRAN EXPLORATION TOOLS!
  8.  
  9.          The FORTRAN Function Tree Generator (FFT) is a powerful program
  10.          development,  maintenance and  documentation tool.  It provides
  11.          the  programmer the ability to analyze  the FORTRAN source code
  12.          of applications,  no matter how big or complex they are. FFT is
  13.          very  useful to  explore new, unknown  software and  to support
  14.          software reuse and maintenance.
  15.  
  16.          By  scanning and analyzing the program  source code, FFT builds
  17.          an  internal  representation  of  the  function call  hierarchy
  18.          relations. The  analysis is done with the original source code,
  19.          no  additional editing to mark  functions or data  types in the
  20.          source  code is necessary.  Several features  and options allow
  21.          the user to customize the generated hierarchy tree chart output
  22.          and  to get a large set of  useful information about the source
  23.          code.
  24.  
  25.          An  important feature is  the database  generation which allows
  26.          the  recalling of information without  reprocessing the source.
  27.          This  database can again be read from  FFT to produce different
  28.          outputs  or  to add  new files  to the  database.  The database
  29.          format  is dBASE  compatible. A  special recall  program called
  30.          FFTN  allows fast  searching for  items  in the  database. This
  31.          program  can be used  within any environment,  for example from
  32.          inside editors like BRIEF, QEDIT or MicroEMACS (DOS and WINDOWS
  33.          version), to  provide a full software project management system
  34.          with  access  to  all functions  and  data  types  with  just a
  35.          keystroke.  This feature makes a  comfortable "hypertext source
  36.          code browser and locator" system out of the editor. The windows
  37.          version provides an additionally DLL for database access.
  38.  
  39.          The  generation of  output files  compatible with  HTML viewers
  40.          like  NCSA Mosaic,  Netscape or  WinWord Internet  Assistant is
  41.          possible.  Also  RTF output  files  which can  be  compiled for
  42.          Windows  Help and  output for  the Rational  Rose CASE  tool is
  43.          possible.
  44.  
  45.          Another  feature is  the calculation  of the  critical function
  46.          call  path. It  is possible  to  generate formatted  ASCII text
  47.          files  with lists of the functions and  the scanned files which
  48.          can be used as input for other programs like word processors or
  49.          spreadsheet calculators.
  50.  
  51.          This software  package is provided either as a compressed self-
  52.          extracting  archive file FXTnmm.EXE  (FORTRAN EXPLORATION TOOLS
  53.          version  n.mm)  or as  a  ZIPped archive  file  FXTnmm.ZIP. The
  54.          Windows  versions  are named  FXTWnmm.EXE  (FORTRAN EXPLORATION
  55.          TOOLS version n.mm for Windows) or FXTWnmm.ZIP.
  56.  
  57.          The official  release contains the following files (D=only DOS,
  58.          W=only WINDOWS):
  59.  
  60.          FFT.EXE        D  The FORTRAN Function Tree Generator
  61.          FFTN.EXE          The FORTRAN Function Tree Navigator
  62.          FXT.CM            The BRIEF macro file
  63.  
  64.                                         1
  65.  
  66.  
  67.  
  68.          FXT.CB            The source code for the BRIEF macros
  69.          FXTKEYS.CM        The BRIEF macro key definition file
  70.          FXTKEYS.CB        The source code for the BRIEF key defines
  71.          FXT_QEDT.DAT      The QEDIT macro source code
  72.          FXT_ME.CMD        The MicroEMACS macro source code
  73.          FFTIDE.BAT     D  The Borland IDE transfer batch file for FFT
  74.          SXT.DOC           The complete SXT documentation
  75.          INSTALL.DOC       The installation instructions
  76.          PRODUCTS.DOC      The SXT product overview
  77.          REGISTER.US       The INTERNATIONAL registration information
  78.          REGISTER.GER      The GERMAN registration information
  79.          NEWnmm.FXT        The new features and changes for version n.mm
  80.          HISTORY.DOC       The revision history
  81.          PROBLEMS.DOC      The problem and bug list
  82.          README.DOC        The file that you are currently reading
  83.          FILE_ID.DIZ       The BBS description file
  84.          HTML_RTF.DOC      The SXT HTML and RTF output description
  85.          FFTWIN.EXE     W  The  FORTRAN   Function  Tree  Generator  for
  86.          Windows
  87.          SXTWIN.DOC     W  The additional documentation for Windows
  88.          NEWnmm.WIN     W  The new features for the windows version
  89.          CTL3D.DLL      W  DLL for 3D dialogs
  90.          FFTN16.DLL     W  DLL to access FFT database
  91.          FFTN16.LIB     W  The library for the DLL
  92.          FFTNWIN.H      W  The prototype header file
  93.          SXTNVIEW.EXE   W  Visual  Basic   sample  application  for  DLL
  94.          access
  95.          SXTNVIEW.ICO   W  The SXTN icon
  96.          SXTNVIEW.FRM   W  The VB source code
  97.          SXTNVIEW.FRX   W  The VB source code
  98.          SXTNVIEW.MAK   W  The VB makefile
  99.          SXTNVIEW.DOC   W  The documentation for the sample application
  100.  
  101.          All documentation files are ASCII files and should be printable
  102.          on every printer.
  103.  
  104.          For more  information about usage, hardware and software system
  105.          requirements, installation, trademarks, warranties, license and
  106.          registration   details   see  the   appropriate  documentation,
  107.          especially   SXT.DOC,   INSTALL.DOC   and   REGISTER.US   resp.
  108.          REGISTER.GER.
  109.  
  110.  
  111.          This  software is Copyright  (C) 1988-1996  by Juergen Mueller,
  112.          Aldingerstrasse   22,   D-70806  Kornwestheim,   GERMANY.  This
  113.          software  is NOT public domain  or free software,  but is being
  114.          distributed as SHAREWARE.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                         2